From: Karl Berry Date: Thu, 3 May 2007 16:28:29 +0000 (+0000) Subject: avoid @anchor in middle of paragraph X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18951 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c57026d329f8134665039c9a3742c1dec62df7ef;p=emacs.git avoid @anchor in middle of paragraph --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 84a378dc567..90d2a0f54c7 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,9 @@ +2007-05-03 Karl Berry + + * control.texi (Signaling Errors) : texinfo.tex is fixed, + so restore anchor to normal position after defun. Found by Kevin + Ryde. + 2007-04-26 Glenn Morris * elisp.texi (EMACSVER): Increase to 22.1.50. diff --git a/lispref/control.texi b/lispref/control.texi index cbc7b55ddb5..88a803aef8c 100644 --- a/lispref/control.texi +++ b/lispref/control.texi @@ -783,11 +783,8 @@ undesirable results. Instead, use @code{(error "%s" @var{string})}. @end defun @defun signal error-symbol data -This @anchor{Definition of signal} -@c unfortunately, a page break is allowed if the anchor immediately -@c follows the @defun, due to hard-to-fix TeXnicalities. -function signals an error named by @var{error-symbol}. The +This function signals an error named by @var{error-symbol}. The argument @var{data} is a list of additional Lisp objects relevant to the circumstances of the error.